home *** CD-ROM | disk | FTP | other *** search
- object ProtectDlg: TProtectDlg
- Left = 199
- Top = 102
- HelpContext = 22
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Protected Files'
- ClientHeight = 218
- ClientWidth = 274
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 274
- Height = 218
- Align = alClient
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 249
- Height = 73
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'File names in the following list will not be deleted by SysFile.' +
- ' You may add additional files to the list. Removing files from t' +
- 'his list is at your own risk!'
- WordWrap = True
- end
- object ProtList: TMemo
- Left = 20
- Top = 84
- Width = 141
- Height = 121
- HelpContext = 22
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- WordWrap = False
- OnKeyPress = ProtListKeyPress
- end
- object ProtOK: TBitBtn
- Left = 180
- Top = 92
- Width = 77
- Height = 33
- TabOrder = 1
- Kind = bkOK
- end
- object ProtCancel: TBitBtn
- Left = 180
- Top = 156
- Width = 77
- Height = 33
- TabOrder = 2
- OnClick = ProtCancelClick
- Kind = bkCancel
- end
- end
- end
-